zip function - definition. What is zip function
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

"ZIP" HIGHER-ORDER FUNCTION THAT CONVERTS A TUPLE OF SEQUENCES TO A SEQUENCE OF TUPLES
Zip (higher-order function); Zip (function); Convolution (computer science)

zip function      
<functional programming> A function that takes two lists and returns a list of pairs. The idea can easily be extended to take N lists and return a list of N-tuples. (2008-03-29)
Zipping (computer science)         
In computer science, zipping is a function which maps a tuple of sequences into a sequence of tuples. This name zip derives from the action of a zipper in that it interleaves two formerly disjoint sequences.
zip file         
  • ZIP-64 Internal Layout
TYPE OF ARCHIVE FILE FORMAT
PKZIP file format; ZIP files; Zip file; ZIP file format; .zip; PKZIP format; .zip file; ZIP file; Zipped file; Unzip; ZIP archive; Zip archive; ZipStar; Zipstar; Compressed folder; Compressed folders; ZIPX; .zipx; Zipfile; ZIP software; .ZIP; Zip folder; Application/zip; Zipping (computing); EOCD; ZIP (FILE FORMAT); Zip file format; ISO 21320; ZipCrypto; Zip (file format); PK♥♦; ZIP64
zip

ويكيبيديا

Zipping (computer science)

In computer science, zipping is a function which maps a tuple of sequences into a sequence of tuples. This name zip derives from the action of a zipper in that it interleaves two formerly disjoint sequences. The inverse function is unzip.